what do you do when you are stuck at programming and you don't have access to internet? [migrated]

Posted by minusSeven on Programmers See other posts from Programmers or by minusSeven
Published on 2012-12-07T11:28:01Z Indexed on 2012/12/07 17:35 UTC
Read the original article Hit count: 124

Filed under:

This is a question most of us have faced while programming. Getting stuck! It might be a programmatic problem or tool problem, most of us eventually face it.

You know something is supposed to work some way but just doesn't. You tried a number of things to solve it but isn't helping and you are not sure why.

I once remember being stuck hours at programming job. Eventually I figured out for some reason or other my IDE wasn't recompiling my new changes in some of the classes .This is just an example but I am sure most you have faced similar situation.

So how would you go about solving it if you didn't have access to Google or Stack Exchange? Lets be honest, using internet you aren't solving the problem, somebody else is doing it for you. So if you didn't have access to internet or a friend who might help, how would you go about solving it?

© Programmers or respective owner

Related posts about self-improvement